home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / formats / urt / readme next >
Text File  |  1994-10-02  |  2KB  |  42 lines

  1. ****************************************************************
  2. Note for version 3.0: Some of the descriptions in these papers no
  3. longer reflect reality in their details.  The substance is correct,
  4. but some of the functions and commands have changed their names and/or
  5. arguments and calling sequences.  In particular, the functions named
  6. 'sv_xxx' are now called 'rle_xxx' (except sv_setup, which changed to
  7. rle_put_setup, and lost an argument).  The 'comp' program, used
  8. heavily in the 'toolkit' paper is now called 'rlecomp', and the
  9. command syntax has changed slightly.  The arguments to the 'fant'
  10. program have changed, too.  See the man pages.
  11. ****************************************************************
  12.  
  13. This is the non-man-page documentation for the Raster Toolkit.  They are
  14. formatted with the Scribe document processing system (tm Unilogic, Inc.).
  15.  
  16. In the likely event that you don't have Scribe running on your system,
  17. two forms of scribe output are provided.  The ".ps" files contain PostScript
  18. descriptions, for devices like the Apple LaserWriter.  The ".doc" files
  19. are vanilla text output, without the PostScript figures.
  20.  
  21. The files are:
  22.  
  23. rle.mss        - "The Design of the Utah RLE Format"
  24. rle.doc        - Text version of the above
  25. rle.ps        - PostScript version of the above (figures included).
  26. rle_head.ps    - PostScript figures used in the above paper.
  27. rleops.ps
  28.  
  29. toolkit.mss    - "The Utah Raster Toolkit"  Read comments at the top for
  30.           hints on Scribing it.
  31. toolkit.bib    - Bibliography for the above
  32. toolkit.doc    - Text version
  33. toolkit.ps    - PostScript version, without the figures.
  34. pics/        - PostScript versions of the images used in the paper.
  35.  
  36. Because the toolkit paper takes a long time (> 30 min) to print if the
  37. figures are included, they are left out of the .ps file.  They can be
  38. printed individually by doing something like:
  39.  
  40.     echo showpage | cat pics/dart_shadow_and_monkey.ps - | lpr -Plw
  41.  
  42.